ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Chart Namespace / C1ChartCoreExtender<Tseries,TAnimation> Class / Height Property

In This Topic
    Height Property (C1ChartCoreExtender<Tseries,TAnimation>)
    In This Topic
    A value that indicates the height of chart.
    Syntax
    'Declaration
     
    Public Property Height As System.Nullable(Of Integer)
    public System.Nullable<int> Height {get; set;}
    See Also